home *** CD-ROM | disk | FTP | other *** search
/ The American Nation / Resource Pro - The American Nation.iso / pc / data1.cab / Database_Files / ResourcePro.exe / launchpd.dxr / 00031_TR Launch.ls < prev    next >
Encoding:
Text File  |  2000-11-28  |  118 b   |  8 lines

  1. on mouseUp
  2.   set err to openPDF("begin.pdf", "CD")
  3.   if err <> "none" then
  4.     alert(err)
  5.     go("main")
  6.   end if
  7. end
  8.